This method is not supported.
| Visual Basic (Declaration) | |
|---|---|
Public Overloads Overrides NotOverridable Sub WriteRaw( _ ByVal buffer() As Char, _ ByVal index As Integer, _ ByVal count As Integer _ ) | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriter Dim buffer() As Char Dim index As Integer Dim count As Integer instance.WriteRaw(buffer, index, count) | |
Parameters
- buffer
- The character array containing the text to write.
- index
- The position within the buffer indicating the start of the text to write.
- count
The number of characters to write.
Writing raw XML text is not supported by the Fast Infoset standard. This method works the same way as WriteString.